JavaScript
A5.chart.Mapped DataDimension Object
IN THIS PAGE
Description
The parameters of a mapped dimension.
Properties
- asstring
The type of data in the dimension.
- discreteboolean
If true then the dimension is discrete.
- constrainedboolean
If dimension is discrete and then value is true then the dimension is used to constrain the other dimensions.
- valuesarray
If dimension is discrete then the discrete values will be stored in this array.
- basenumber
For continuous dimensions, the base value of the dimension. The default will be "0".
- minnumberdate
For continuous dimensions, the minimum value of the dimension.
- maxnumberdate
For continuous dimensions, the maximum value of the dimension.